GithubHelp home page GithubHelp logo

odi-ts / odi Goto Github PK

View Code? Open in Web Editor NEW
265.0 8.0 13.0 3.09 MB

๐ŸŒช๐ŸŒŒ Opinionated, Declarative, Idiomatic framework for building scalable, supportable and reliable enterprise applications.

Home Page: https://odi.gitbook.io

License: MIT License

TypeScript 99.77% JavaScript 0.23%
typescript webserver enterprise es6 declarative esnext typescript-framework nodejs node websockets

odi's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odi's Issues

[WIP] Create Odi website

Create a simple landing page with features description and detailed information about the framework.

How to send HTML?

I have the following code in a controller:

@RouteGet("/hey") sayHello() {
    return `<h1>Hey!</h1>`
}

But the return type is text/plain. How do I make the return type text/html?

cli for Odi?

Hello, I'm wondering whether it's easy to build a cli for the framework? It'd be good if we can initialize projects with sane defaults (e.g., --api-only, etc.). ๐Ÿค”

Error using query decorator

I get the following error when attempting to use a query decorator:

Error: schema is invalid: data.properties['required'] should be object, boolean

Here is the example query:

import { Query, IsRequired } from "odi";

@Query()
export class GreetingQueryDto {
  @IsRequired() name: string;
}

How to add CORS

i'm getting cors errors on the front-end, how to add cors.

GrahpQl feature release

I'd really love to use Odi for a new project, but I decided to use GraphQl as DB and this feature is currently not supported. Is it possible to give a hint on the release date? Would be nice.

Reactive React Components

Does this support react non-pure components?
I just tried using useState and class components where it updates every second, something like a timer, but it didn't reflect as expected!

Asset pipeline

Are there plans to make a built-in asset pipeline based on Webpack, Parcel or Rollup? That would be awesome.

Deno support

Hi there, there is a new typescript runtime called Deno.
I'm exicted because it will reach 1.0 version after 2 years of development in the next weeks.
I would like to use odi on Deno. It hasn't the same Node api, but i think porting should be easy.
Targeting more than one javascript runtime could increase popularity of this framework.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.