Skip to content

Latest commit

 

History

History

chat_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Chat App Written In HappyX ✌

Server

cd server/src
nim c -r -d:httpx -d:debug main

Client

cd client/src
nim js main

You can also build client

cd client
hpx build