Skip to content

pakastin/chat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat example

express.js ♥︎ socket.io ♥︎ VanillaJS

Minimalistic chat example. Pull requests welcome!

Frontend code: https://github.com/pakastin/chat-example/blob/master/public/js/main.js

Backend code: https://github.com/pakastin/chat-example/blob/master/src/index.js

Demo

https://chat-example-pakastin.c9users.io/

Install

npm install

Start

npm start

Navigate to http://localhost:8080

Docker

docker build .
docker run -d -p 8080:8080 xxxxxxxxxx

Navigate to http://localhost:8080

Check out my other projects

About

express.js ♥︎ socket.io ♥︎ VanillaJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published