لوگو Vega Server

Vega Server

تصاویر Vega Serverتصاویر Vega Serverتصاویر Vega Server

توضیحات

This is a http server application which is able to edit response body, response headers and status code more dynamically.

Dynamically means that you will be able to respond to client any time.

Of course server can respond as soon as possible depends on the setting you set.


This app has 2 features named "Router" and "Database".


Router is like File server and this writes file content to response body.

Then this retrieve its appropriate file extension from content and set own content-type(mine-type) automatically.

Supported Extensions:

html

jpeg

png

bmp

webP

ico

gif

tiff


Database is like simple REST Api server.

You can create

Database,

Table,

Column(and its type),

and Record on your device.

Of course record is also able to be created,deleted or updated from client via http.

Supported http verbs on this feature:

GET

POST

PUT

and PATCH.


I hope that These simply features help you.


تغییرات نسخه اخیر




توسعه دهنده

Takuma Yamashita