top | item 19752546

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

2 points| coderecipe | 6 years ago |coderecipe.ai

1 comment

order

coderecipe|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!