Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GaneshKurcheti/TwitterClone-Websharper-WebSockets
This is a cloned version of the twitter API that demonstrates the implementation of the web sockets using WebSharper in F#.
https://github.com/GaneshKurcheti/TwitterClone-Websharper-WebSockets
Last synced: 4 days ago
JSON representation
This is a cloned version of the twitter API that demonstrates the implementation of the web sockets using WebSharper in F#.
- Host: GitHub
- URL: https://github.com/GaneshKurcheti/TwitterClone-Websharper-WebSockets
- Owner: GaneshKurcheti
- License: mit
- Created: 2021-01-06T04:39:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T16:56:22.000Z (11 months ago)
- Last Synced: 2024-08-02T05:08:58.065Z (3 months ago)
- Language: F#
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-websharper - <img width="20" alt="F#" src="fsharp.png"/><img width="20" alt=".NET Core" src="netcore.png"/> [Twitter Clone using Websockets
README
# 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.