Skip to content
forked from argvsc47/Ash.ts

A minimal micro micro framework for web servers implemented in ( TypeScript )

License

Notifications You must be signed in to change notification settings

iamanalt/Ash.ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ash.ts

A minimal micro micro framework for web servers implemented in ( TypeScript )

config.ash

a config.ash file must be present in the file requirng Ash.ts example:

{
  "port": 8000,
  "proto": "http"
}

About

A minimal micro micro framework for web servers implemented in ( TypeScript )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • TypeScript 47.8%