Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 360 Bytes

Swift Chat

  • A simple multiuser chat system with basic features like selecting avatar, setting status, send private messgae, connect to a chatroom and send messages.
  • To configure, first execute databaseConfig.sql in mysql.
    Then run server code by opening in netbeans or from jar file in dist folder.
    Finally run client code in the same way.