Skip to content

techdev-solutions/javazone-twitter

Repository files navigation

A Twitter-like application using Play Framework

Overview

What's in it?

The application makes use of the following:

Running the application

You need Java 8 and Typesafe Activator (bundled in this app) to run the application.

Then within the project directory just type

activator run

Caveats

All routes are hardwired to localhost in the frontend. Thus you can only run the application on the same machine. In a real application we would also separate the frontend and deliver it from a dedicated HTTP server, reducing the number of requests for the backend.

By separating the frontend and the backend you might quickly have to deal with CORS and adding routes to handle Preflight Requests using OPTIONS.

Although there is already the concept of an account, there is no real authentication/authorization. If you want to learn more about it visit Deadbolt 2 or SecureSocial if you want to integrate with Facebook, Twitter & Co.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published