Skip to content

A stock market application where the client is a C# windows form application that interacts with a Node.js server via TCP connection. The user is able to buy and sell stocks on the simulated stock market.

Notifications You must be signed in to change notification settings

whenlin/StockMarketApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

StockMarketApplication

This Stock Market Application demonstrates the observer design pattern with the RealTimeData class being the subject. Each time a trade is executed, all windows will be updated immediately with the corresponding stock information.

The server that simulates the stock market was implemented using Node.js (JavaScript) whereas the frontend was implemented using the C# .NET Framework. The Model-View-Controller architecture was used as well.

About

A stock market application where the client is a C# windows form application that interacts with a Node.js server via TCP connection. The user is able to buy and sell stocks on the simulated stock market.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published