Skip to content

This is for third project in System Programming. It is a multi threaded server that works with Reddit Api in order to fetch posts for a subreddit, then comments and then do a NER analysis on them

Notifications You must be signed in to change notification settings

masa-byte/Reactive-Programming-Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Programming Multi Threaded Web Server

This is a project for System programming

Application type

It is a Console application

What it does

It allows you to send requests to your local host, and then the server sends requests to Reddit Api to fetch you posts for the specified subreddit.
Parallel to each post, the comments for that post are being fetched and then afterwards analyzed using NER for locations.
It uses asynchronous and reactive programming in order to notify about the available data

Tech stack

It was written in C#

People who worked on this project:

  1. Masa Cirkovic

About

This is for third project in System Programming. It is a multi threaded server that works with Reddit Api in order to fetch posts for a subreddit, then comments and then do a NER analysis on them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages