Skip to content

eficode/socket.io-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Chat

This is the repository for a simple chat application using koa, react and socket.io.

Prerequisites

Docker

docker-compose build
ENDPOINT=http://0.0.0.0:9000 docker-compose up

Exercises

  • Add animations to new chat messages.

  • Make command-enter post a message.

  • Let others know when someone is typing a message.

  • Add functionality for different rooms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • Shell 8.5%
  • HTML 3.9%
  • CSS 2.7%