Skip to content

Chat on WebSockets with Node.js in back and Elm in front

Notifications You must be signed in to change notification settings

deniolp/node-elm-ws-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat on WebSockets by Node.js in back and Elm in front

The project on Elm programming language

How to play with app: You need Node.js and Elm in your system!

  • Clone this repo to your place
  • Make npm i
  • Make elm install
  • Make elm make src/Main.elm --output=elm.js
  • Launch server.js with node
  • Open index.html
  • Voilà!