Skip to content

This is a cloned version of the twitter API that demonstrates the implementation of the web sockets using WebSharper in F#.

License

Notifications You must be signed in to change notification settings

GaneshKurcheti/TwitterClone-Websharper-WebSockets

Repository files navigation

TWITTER CLONE using Web sockets implementation of WebSharper in F#

Abstract:

* The goal of this project is to implement twitter API using WebSharper web framework to implement web socket interface with functionalities 
for account registration, subscribing, sedning tweets, unsunscribing, tweets with hashtags, tweets with mentions, hashtag queries, mention queries, re-tweets etc. 

Introduction:

The project folder contains: * Program.fs * Startup.fs * Website.fs * TwitterClone.fsproj * WebSocketClient.fs * WebSocketServer.fs

Steps to run the code:

* Extract the contents of the zip file.
* Open the command prompt window for the respective project directory and then go to folder TwitterClone.
* Now run the command : *dotnet build*. 
* After it is completed successfully, now run the command : *dotnet run*.
* You must be able to see the application running in the http://localhost:8081.

Result:

* We have succesfully implemented WebSocket interface using WebSharper web framework for Twitter Clone. 

About

This is a cloned version of the twitter API that demonstrates the implementation of the web sockets using WebSharper in F#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published