Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
/ chat Public

Test drive with websockets: Implementation of a very simple chat platform

Notifications You must be signed in to change notification settings

elwin/chat

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket chat

To play around a bit with websockets, I built this little chat app. It is powered by Go on the backend and React on the frontend.

Build

Prerequisites

  • Go Toolchain
  • Node.js
  • Docker

Actual Build

Check out the Makefile on how to build it. The project is aimed to be run on chat.elwin.dev with some hardcoded values. To run it locally, you need to replace the base url in ui/src/index.js with localhost:8888. After that, run

  • make build
  • docker run -p 8888:8888 chat

About

Test drive with websockets: Implementation of a very simple chat platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.