Skip to content

loco-rs/chat-rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Rooms With Loco

In this guide, we will walk through the process of creating chat rooms using Loco and socketioxide. The example website is derived from the socketioxide example.

Running the Example

cargo loco start

After the server starts, open your web browser and navigate to http://127.0.0.1:3000 to access the chat rooms.