• Stars
    star
    232
  • Rank 166,594 (Top 4 %)
  • Language
    Dart
  • License
    Apache License 2.0
  • Created over 11 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lightweight Dart web server. Features: request routing, filtering, template engine, WebSocket, MVC design pattern, and file-based static resources.

Stream

Stream is a Dart web server supporting request routing, filtering, template engine, WebSocket, MVC design pattern and file-based static resources.

Stream is distributed under an Apache 2.0 License.

Build Status

Installation

Add this to your pubspec.yaml (or create it):

dependencies:
  stream:

Usage

  • Introduction
  • Getting Started with Hello World

Compile RSP (Rikulo Stream Page) to dart files

There are two ways to compile RSP files into dart files: automatic building with Dart Editor or manual compiling.

RSP is a template technology allowing developers to create dynamically generated web pages based on HTML, XML or other document types (such as this and this).

Build with Dart Editor

To compile your RSP files automatically, you just need to add a build.dart file in the root directory of your project, with the following content:

import 'package:stream/rspc.dart';
void main(List<String> arguments) {
  build(arguments);
}

With this build.dart script, whenever your RSP is modified, it will be re-compiled.

Compile Manually

To compile a RSP file manually, run rspc (RSP compiler) to compile it into the dart file with command line interface as follows:

dart -c lib/rspc.dart -n dir1 dir2 file1 fire2...

A dart file is generated for each RSP file you gave. Fore more options, please run:

dart -c lib/rspc.dart -h

Notes to Contributors

Fork Stream

If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.

Please be aware that one of Stream's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.

If you are new to Git or GitHub, please read this guide first.

Who Uses

  • Quire - a simple, collaborative, multi-level task management tool.
  • Keikai - a sophisticated spreadsheet for big data
  • Ottava - a no-code SaaS platform simplifying data management, chart creation, and data analysis.

More Repositories

1

socket.io-client-dart

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
Dart
630
star
2

ui

Rikulo UI is a cross-platform framework for creating amazing Web and mobile applications in Dart and HTML 5.
Dart
208
star
3

socket.io-dart

socket.io-dart: Dartlang port of socket.io https://github.com/socketio/socket.io
Dart
120
star
4

bootjack

Twitter Bootstrap ported in Dart.
Dart
88
star
5

dquery

jQuery ported in Dart.
Dart
52
star
6

gap

A bridge implementation of the Apache Cordova mobile framework(a.k.a. PhoneGap) in Dart. It enables developers to access native facilities of multiple mobile platforms using the HTML, CSS, and Dart.
Dart
31
star
7

stomp

STOMP Dart Client for communicating with STOMP-compliant messaging servers.
Dart
30
star
8

entity

A simple ORM for Relational and NoSQL database
Dart
23
star
9

bootjack-datepicker

Date picker for Bootjack
Dart
17
star
10

commons

Common reusable Dart classes and utilities.
Dart
12
star
11

ripple

Lightweight Dart messaging server; supporting STOMP messaging protocol.
Dart
11
star
12

security

A lightweight and highly customizable authentication and access-control framework for Rikulo Stream.
Dart
10
star
13

couchclient

Couchbase Dart Client Library
Dart
10
star
14

el

Rikulo EL (Expression Language) is an implementation of the Unified Expression Language specification plus some enhancements for and in Dart.
Dart
10
star
15

highcharts

Dart
9
star
16

memcached-client

Memcached Dart Client Library
Dart
9
star
17

todoMVC

A todoMVC implementation written with Rikulo and in Dart
CSS
8
star
18

rikulo-docs

Rikulo Documentation
Java
6
star
19

uxl

Rikulo UXL (User-interface eXtensible Language) is a markup language allowing developers to define user-interface in XML, and then compile and debug it in Dart.
Dart
6
star
20

socket_io_common

Socket.io common parser library for Dart 2
Dart
5
star
21

diff-match-patch

A port of Google Diff Match and Patch library to Dart
Dart
4
star
22

orm

[Suspended] Rikulo ORM is an object-relational mapping (ORM) library for Dart language.
Dart
4
star
23

jison2dart

Generate Dart parsers using Jison - Bison/Yacc in JavaScript
Dart
4
star
24

xml-crypto

Xml digital signature library for Dart
Dart
3
star
25

gapi

Rikulo GAPI is a Dart bridge to those frequently used on-line JavaScript services provided by Google.
Dart
3
star
26

geoip

Rikulo GeoIP is a Dart bridge to the on-line geo-ip JavaScript service provided by smart-ip.net.
Dart
3
star
27

rikulo-blog

Rikulo Blogs
JavaScript
3
star
28

yapi

Rikulo YAPI is a Dart bridge to those frequently used on-line JavaScript services provided by Yahoo Inc.
Dart
2
star
29

eul

[Deprecated] Rikulo EUL (Embeddable User-interface Language) is a markup language allowing developers to define user-interface in HTML 5 and XML. EUL is embeddable in Dart code or HTML pages.
Dart
2
star
30

access

A simple database utility
Dart
2
star
31

rikulo-website

The website for Rikulo
CSS
1
star