You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Twitter clone based on a client-server architecture is developed, which uses a JSON based API to execute different Twitter functionalities and perform client-server communication. GET/ POST requests are made to API endpoints to send user inputs.
cd src
dotnet fsi --langversion:preview client.fsx
Video Link to the demonstrate the implementation:
https://tinyurl.com/ycdvjzha
About
A Twitter clone based on a client-server architecture is developed, which uses a JSON based API to execute different Twitter functionalities and perform client-server communication. GET/ POST requests are made to API endpoints to send user inputs.