Skip to content

y1w5/stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream

JSON streaming in C# and Go.

How To

  • Run the C# program: cd cs && dotnet run
  • Run the Go program: cd go && go run .

Todo

  1. SQLite database from Wikipedia dataset
  2. C#
    1. 1 endpoint to return the database as JSON with legacy JSON library
    2. 1 endpoint to return the database as JSON with modern JSON library
    3. 1 endpoint to stream the database as JSON
  3. Go
    1. 1 endpoint to return the database as JSON with legacy JSON library
    2. 1 endpoint to return the database as JSON with modern JSON library
    3. 1 endpoint to stream the database as JSON
  4. find out if we can stream Gzipped JSON in the client

About

JSON streaming in C# and Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published