TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: How to create a simple chatroom with sentiment analysis in 5 mins

2 pointsby coderecipeabout 6 years ago

1 comment

coderecipeabout 6 years ago
This is my first attempt gluing AWS's advance serverless platform with Google's advance Natural language API together. Traditionally creating a chatroom required a dedicated server that maintains and manages the websocket connection. API API Gateway's websocket API makes it easy so that you no longer need to do that. Any feedback would be greated appreciated!