Skip to content

Learning Scala through creating a chatroom! This is the backend API portion of it.

Notifications You must be signed in to change notification settings

xbanks/xchat-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XChat (xavier-chat)

super unique and thoughtful name right?

Frozen until I graduate and have time to continue...

This is the backend portion of a small messaging application that I'm putting together. This is more of a learning experience more than anything.

My "Stack":

  • Finatra for the http routing
  • SQlite for the testing database
  • Slick for the relational mapping

SQlite

I'm currently using SQlite as a local database, mostly for testing purposes. I'll more than likely move to MySQL or some other database provider when deploying this.

The SQLite documentation is amazing by the way!

I'd also like to eventually add a frontend and possibly a chat-bot for it.

The Trello Board

About

Learning Scala through creating a chatroom! This is the backend API portion of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages