Giter Site home page Giter Site logo

atlas's Introduction

Atlas

denoland  codecov  license

Website   •   Docs   •   Examples   •   Changelog   •   Discord

Atlas is a web application framework for Deno.

Warning: This project is actively being developed. We do not recommend to use it in production environments.

Documentation

Visit atlas.land/docs to view the full documentation.

Community

Join the Atlas Discord server to chat with other community members.

Contributing

Refer to our Contributing to Atlas guidelines.

License

The Atlas framework is licensed under the MIT License.

atlas's People

Contributors

gabeidx avatar

Stargazers

 avatar

Watchers

 avatar

atlas's Issues

Default logger doesn't work on Deno Deploy

The default logger, which uses a ConsoleHandler instance, fails when called with any level method function when application is deployed on Deno Deploy.

import { serve } from "https://deno.land/[email protected]/http/server.ts";
import { default as logger } from "https://deno.land/x/[email protected]/log/mod.ts";

serve((_req: Request) => {
  logger.info("this is a info log message");
  return new Response("Hello World");
});

The documentation doesn't say Deno Deploy exposes Deno.stderr and Deno.stdout today, nor does it say it will in the future: https://deno.com/deploy/docs/runtime-api#deno-apis

I've reached out on the official Discord and the core team acknowledge these pointers are not exposed:

gabe — 15/07/2022
does deno deploy expose Deno.stdout and Deno.stderr?
I see no mention of them, even in "future support" in the docs https://deno.com/deploy/docs/runtime-api#deno-apis

bartlomieju — 15/07/2022
No, they are not exposed, even then the sync versions would most likely not be available

https://discord.com/channels/684898665143206084/826085979344470037/997379715801292831

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.