w_service 1.1.0 copy "w_service: ^1.1.0" to clipboard
w_service: ^1.1.0 copied to clipboard

Dart 1 only

Platform agnostic library for sending and receiving data messages between an application and a server with the ability to shape traffic and transform data through the use of message interceptors.

example/README.md

Examples #

There is currently 1 example that demonstrates the usage of the HttpProvider with the help of the w_service diagnostic tool.

Building & Serving #

You can run a shell script from the project root to build and serve the examples:

./tool/examples.sh

This is the same as simply running pub get && pub serve example --port 9000.

Server Component #

Most of the examples will require a server to handle HTTP requests. You can run this server by running a shell script from the project root:

./tool/server.sh

This is the same as running dart --checked tool/server/server.dart.

Viewing (Compiled JS) #

Open http://localhost:9000 in your browser of choice.

Viewing (Dartium) #

dartium --checked http://localhost:9000
0
likes
10
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Platform agnostic library for sending and receiving data messages between an application and a server with the ability to shape traffic and transform data through the use of message interceptors.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fluri, w_transport

More

Packages that depend on w_service